home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Applications 1996 May / SGI IRIX 6.2 Applications 1996 May.iso / dist / impr_dev.idb / usr / impressario / bin / examples / libspool / README.z / README
Text File  |  1996-05-06  |  2KB  |  62 lines

  1.  
  2.  
  3.                 Example Programs
  4.                      for
  5.                    libspool
  6.  
  7.  
  8. These example programs demonstrate the use of the libspool API. Each
  9. program is designed to demonstrate a particular aspect of the API.
  10. The programs also perform error handling using the library's error
  11. handling facilities. Most programs are useful printing tools in their
  12. own right but a few are simply demonstrations not meant to perform any
  13. particular task. Refer to the libspool(3) man pages for detailed
  14. information on the libspool API.
  15.  
  16.  
  17. pinfo - Usage: pinfo [-s bsd | sysv] [printer_name]
  18.  
  19.     Prints detailed information about the specified printer.
  20.  
  21.  
  22. printers - Usage: printers
  23.  
  24.     Prints a list of the printers available under each of the
  25.     available spooling systems.
  26.  
  27.  
  28. queue - Usage: queue[-s bsd | sysv] [-q local | remote | merged] [printer_name]
  29.  
  30.     Prints the job queue for the specified printer.
  31.  
  32.  
  33. remove - Usage: remove [-d printer] [-s bsd | sysv] job_id(s)
  34.  
  35.     Attempts to remove the specified job(s) from the specified
  36.     printer queue.
  37.  
  38.  
  39. settings - Usage: settings [-s bsd | sysv] [printer_name]
  40.  
  41.     Displays the job and printer options for the specified printer.
  42.  
  43.  
  44. spoolers - Usage: spoolers
  45.  
  46.     Prints a list of the available spooling systems and indicates
  47.     which spooling system is the default.
  48.  
  49.  
  50. state - Usage: state [-d printer] [-s bsd | sysv]
  51.              printing | queueing [enable | disable]
  52.  
  53.     Sets or gets the state of the spooling system for the
  54.     specified printer.
  55.  
  56.  
  57. submit - Usage: submit [-n #] [-d printer] [-c] [-t title]
  58.                [-p spooler options] [-s bsd | sysv] [filename(s)]
  59.  
  60.     Submits a job for printing on the specified spooling system.
  61.  
  62.